ComponentOne Studio Web API Edition
IImporter<TSource,TResult> Interface
Members 

Type of ImportSource.
Type of import result.
Common generic interface for all importers to share.
Syntax
'Declaration
 
Public Interface IImporter
    (Of TSource As ImportSource,
     TResult) 
public interface IImporter<TSource,TResult> 
where TSource: ImportSource
Type Parameters
TSource
Type of ImportSource.
TResult
Type of import result.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IImporter<TSource,TResult> Members
C1.Web.Api Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.